home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 9 / Dokan 09.iso / instalar.exe / 0 / RCDATA / TMAINFRM / TMAINFRM.txt < prev   
Text File  |  1998-06-09  |  3KB  |  162 lines

  1. object MainFrm: TMainFrm
  2.   Left = 267
  3.   Top = 268
  4.   BorderStyle = bsDialog
  5.   Caption = 'Instalaci∩┐╜n de Dokan'
  6.   ClientHeight = 238
  7.   ClientWidth = 424
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 7
  19.     Top = 11
  20.     Width = 314
  21.     Height = 218
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 17
  26.     Top = 19
  27.     Width = 296
  28.     Height = 18
  29.     AutoSize = False
  30.     Caption = 'Pulse '#39'Ejecutar'#39' para inciar directamente el programa.'
  31.     WordWrap = True
  32.   end
  33.   object Logo: TImage
  34.     Left = 334
  35.     Top = 203
  36.     Width = 80
  37.     Height = 22
  38.     AutoSize = True
  39.     Picture.Data = {<image000.bmp>}
  40.   end
  41.   object Label3: TLabel
  42.     Left = 17
  43.     Top = 193
  44.     Width = 288
  45.     Height = 20
  46.     AutoSize = False
  47.     Caption = 'Pulse '#39'Salir'#39' para volver a Windows.'
  48.     WordWrap = True
  49.   end
  50.   object LblIE3: TLabel
  51.     Left = 17
  52.     Top = 77
  53.     Width = 296
  54.     Height = 16
  55.     AutoSize = False
  56.     Caption = 'Pulse '#39'IE 4.01'#39' para instalar Internet Explorer 4.01 SP1'
  57.     WordWrap = True
  58.   end
  59.   object Label2: TLabel
  60.     Left = 17
  61.     Top = 47
  62.     Width = 296
  63.     Height = 22
  64.     AutoSize = False
  65.     Caption = 'Pulse '#39'Icono'#39' para crear un acceso directo en el escritorio.'
  66.     WordWrap = True
  67.   end
  68.   object Label4: TLabel
  69.     Left = 17
  70.     Top = 129
  71.     Width = 296
  72.     Height = 28
  73.     AutoSize = False
  74.     Caption = 
  75.       'Pulse '#39'Complementos'#39' para instalar componentes adicionales de Mi' +
  76.       'crosoft Internet Explorer 4.01.'
  77.     WordWrap = True
  78.   end
  79.   object Label5: TLabel
  80.     Left = 17
  81.     Top = 157
  82.     Width = 292
  83.     Height = 20
  84.     AutoSize = False
  85.     Caption = '(Incluye Shockwave y soporte Japon∩┐╜s)'
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = [fsBold]
  91.     ParentFont = False
  92.     WordWrap = True
  93.   end
  94.   object Label6: TLabel
  95.     Left = 17
  96.     Top = 93
  97.     Width = 296
  98.     Height = 32
  99.     AutoSize = False
  100.     Caption = 'No es necesario instalar la actualizaci∩┐╜n del escritorio.'
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = [fsBold]
  106.     ParentFont = False
  107.     WordWrap = True
  108.   end
  109.   object BtnExec: TButton
  110.     Left = 332
  111.     Top = 7
  112.     Width = 85
  113.     Height = 23
  114.     Caption = 'Ejecutar'
  115.     Default = True
  116.     ModalResult = 1
  117.     TabOrder = 0
  118.     OnClick = BtnExecClick
  119.   end
  120.   object BtnIcono: TButton
  121.     Left = 332
  122.     Top = 40
  123.     Width = 85
  124.     Height = 23
  125.     Caption = 'Icono'
  126.     ModalResult = 6
  127.     TabOrder = 1
  128.     OnClick = BtnIconoClick
  129.   end
  130.   object BtnCancel: TButton
  131.     Left = 332
  132.     Top = 155
  133.     Width = 85
  134.     Height = 23
  135.     Cancel = True
  136.     Caption = 'Salir'
  137.     ModalResult = 2
  138.     TabOrder = 4
  139.     OnClick = BtnCancelClick
  140.   end
  141.   object BtnExp: TButton
  142.     Left = 332
  143.     Top = 72
  144.     Width = 85
  145.     Height = 23
  146.     Caption = 'IE 4.01'
  147.     ModalResult = 6
  148.     TabOrder = 2
  149.     OnClick = BtnExpClick
  150.   end
  151.   object BtnAddon: TButton
  152.     Left = 332
  153.     Top = 104
  154.     Width = 85
  155.     Height = 23
  156.     Caption = 'Complementos'
  157.     ModalResult = 6
  158.     TabOrder = 3
  159.     OnClick = BtnAddonClick
  160.   end
  161. end
  162.